|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BidHistory | |
|---|---|
| agents | |
| negotiator | |
| negotiator.boaframework | |
| negotiator.qualitymeasures | |
| Uses of BidHistory in agents |
|---|
| Methods in agents that return BidHistory | |
|---|---|
BidHistory |
BidHistoryKeeper.getOpponentHistory()
|
| Uses of BidHistory in negotiator |
|---|
| Methods in negotiator that return BidHistory | |
|---|---|
BidHistory |
BidHistory.discountedFilterBetween(double minU,
double maxU,
double minT,
double maxT,
UtilitySpace utilSpace)
Returns the set of bids offered between time instances t1 and t2: (t1, t2] and with a utility in (u1, u2]. |
BidHistory |
BidHistory.filterBetween(double minU,
double maxU,
double minT,
double maxT)
Returns the set of bids offered between time instances t1 and t2: (t1, t2] and with a utility in (u1, u2]. |
BidHistory |
BidHistory.filterBetweenTime(double t1,
double t2)
Returns the set of bids offered between time instances t1 and t2: (t1, t2]. |
BidHistory |
BidHistory.filterBetweenUtility(double minU,
double maxU)
Returns the set of bids with a utility of at least u1 and at most u2: (u1, u2]. |
BidHistory |
BidHistory.filterUtility(double u)
Returns the set of bids with utility u. |
BidHistory |
BidHistory.sortToTime()
Sorts the bids contained in this BidHistory object on time. |
BidHistory |
BidHistory.sortToUtility()
Sorts the bids contained in this BidHistory object on utility. |
| Uses of BidHistory in negotiator.boaframework |
|---|
| Fields in negotiator.boaframework declared as BidHistory | |
|---|---|
protected BidHistory |
NegotiationSession.opponentBidHistory
History of bids made by the opponent. |
protected BidHistory |
NegotiationSession.ownBidHistory
History of bids made by the agent. |
| Methods in negotiator.boaframework that return BidHistory | |
|---|---|
BidHistory |
NegotiationSession.getOpponentBidHistory()
Returns the bidding history of the opponent. |
BidHistory |
NegotiationSession.getOwnBidHistory()
Returns the bidding history of the agent. |
| Uses of BidHistory in negotiator.qualitymeasures |
|---|
| Methods in negotiator.qualitymeasures that return BidHistory | |
|---|---|
BidHistory |
NegotiationSessionWrapper.getOwnBidHistory()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||